The XML split tag command does not work as expected if the caret is positioned immediately
after the start tag. Consider the following XML fragment ("|" denotes the caret):
<a>
<b>|</b>
</a>
After executing the split tag command, the fragment looks as follows:
<a>
<b >|</b>
</a>
I.e., there as been added white space in the start tag instead of splitting it.
| Submitted | nolda - 2009-05-15 10:00:01 | Assigned | |
|---|---|---|---|
| Priority | 5 | Labels | |
| Status | open | Group | None |
| Resolution | None |
| 2017-11-01 12:00:39.159000 ngc |
Works with
|
|---|---|
| 2017-11-03 00:35:29.264000 tsourick |
Works for me also in svn version. |